home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_022 / lemacs / emacs.rc < prev    next >
Text File  |  1992-05-06  |  451b  |  18 lines

  1. ;    EMACS.RC:    Startup file for MicroEMACS 3.4
  2. ;
  3. ;            This file is executed everytime the
  4. ;            editor is entered
  5.  
  6. ;    ***** Rebind the Function key group
  7.  
  8. bind-to-key execute-named-command    FN;
  9. bind-to-key execute-file        FN<
  10. bind-to-key hunt-forward        FN=
  11. bind-to-key hunt-backward        FN>
  12. bind-to-key next-window            FN?
  13. bind-to-key execute-macro        FN@
  14. bind-to-key find-file            FNA
  15. bind-to-key view-file            FNB
  16. bind-to-key save-file            FNC
  17. bind-to-key exit-emacs            FND
  18.